v1.2e	16/05/2013
	* Improved the "create dialogue file" option for battle dialogues. Now they avoid the problem
	  of mid-sequence textures having wrong sizes, which messed the order of some lines.

---------------------------------------
v1.2d 10/05/2013
	* Addressed an error when trying to check empty (corrupt) textures in the "Create dialogue file" option.
	  Now it doesn't hang the button. Instead, it shows error messages and proceed to create the file while
	  ignoring the bad textures

---------------------------------------
v1.2c 05/04/2013
	* The "Subfolder" textfield and the "filename" textfield had variable length. This could mess up the interface
	  if you wrote a big name for a subfolder. Now it's fixed.

---------------------------------------
v1.2b 03/04/2013
	* The "Create dialogue file" function has been extended for battle dialogue files. Now it will check for every dialogue if it
	  has the first steps of the dialogue sequence (Speaker's name, Speaker + first quotation, Speaker + first quotation + first character).
	  If those are not found for a dialogue, it will be reflected in the file.

---------------------------------------
v1.2a 02/04/2013
	* Fixed a little bug when finding relatives for a texture that had no relatives. It would display one item in the group and say it had 0 items.
	* Improved the search for relatives in battle dialogues. Now there *should't* be false positives (as long as you select the end of the sequence).

---------------------------------------
v1.2  28/03/2013
	* The program was reloading the folder after saving a group of textures. Now it only removes the names of the files from the lists.
	  The speed of the tool has increased dramatically for big folders with this.
	* The search for relatives has been re-made using threads. The speed has increased a lot for big battle lists.
	* Added numbers next to the names of each lists indicating their number of elements.
	* Added "please wait" dialogues to the "find relatives", "save textures" and "create dialog file" funcions.
	* Fixed a bug that hanged some buttons if the number of threads generated wasn't counted properly.
	* Corrected the dates of this changelog. I thought I was living one year in the past.

---------------------------------------
v1.1b 25/03/2013
	* Somehow I managed to break the "Create dialogue file" feature in the previous two versions. Now the generated files should work.

---------------------------------------
v1.1a 24/03/2013
	* Improved the loading of the dump folder. It *should* go slightly faster now.
	* Added a "Scan in process..." dialog when loading the dump folder, so that the user knows the application is doing something.

---------------------------------------
v1.1 23/03/2013
	* Fixed the "Find relatives" function. Now it doesn't return wrong relatives for event dialogues.
	* Added a "Clean" button for the group.
	* Added locks to most buttons to ensure you can't click them while other function is running.
	  These may be completely unnecessary.
	* Implemented the loading of the Dump folder using threads. The gain in speed is minimal (if any), since it still 
	  has to wait for all files to be sorted out in the different cathegories before showing them.
	* Improved the "Put selected file in group" button. Now it won't put the file if it's already in the list.
	* Improved the "Find relatives" button so that it resets the group list when you click on it before
	  searching for relatives. No more duplicates in the group list.

---------------------------------------
v1.0 22/03/2013
	Initial release.